#indent#[Inline:
	-Database='mc',
	-SQL='#select##selstart#Place_SQL_statement_here#selend#'] 

[If:(Error_CurrentError)==(Error_NoError)]
	<table border="1" width="100%" cellspacing="0" cellpadding="2">
	<tr>		
		[Loop:(Field_Name:-Count)]		
			<td><b>[Field_Name:(Loop_Count)]</b></td>			
		[/Loop]			
	</tr>
	[records]
	<tr>		
		[Loop:(Field_Name:-Count)]
			<td>[Field:(Field_Name:(Loop_Count))]</td>			
		[/Loop]			
	</tr>
	[/records]
	</table>	
[else]
	<p>[Error_CurrentError:-ErrorCode]/[Error_CurrentError]</p>
[/If]

[/Inline]